home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / cups / templates / set-printer-options-header.tmpl < prev    next >
Encoding:
Text File  |  2012-12-29  |  851 b   |  27 lines

  1. <DIV CLASS="indent">
  2.  
  3. <H2 CLASS="title">Set Default Options for {printer_name}</H2>
  4.  
  5. <FORM METHOD="POST" ACTION="/admin">
  6. <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
  7. <INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
  8. <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
  9. {HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Query Printer for Default Options">:}
  10.  
  11. <SCRIPT TYPE="text/javascript"><!--
  12. function update_paramtable(option)
  13. {
  14.   var cb = document.getElementById("select-" + option)
  15.   var paramstable = document.getElementById(option + "-params");
  16.   if (cb.value == "Custom")
  17.     paramstable.style.display = "table";
  18.   else
  19.     paramstable.style.display = "none";
  20. }
  21. --></SCRIPT>
  22.  
  23. <H3 CLASS="title">{[group_id]
  24. <A HREF="#{group_id}">{group}</A>     }</H3>
  25.  
  26. <DIV CLASS="tabs">
  27.